home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineSprite_937_gateDoor / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  254 b   |  11 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    var _loc1_ = _root;
  5.    if(_loc1_.game.currentMap == _loc1_.game.totalMap && _loc1_.game.havingBottle >= _loc1_.game.itemBottle)
  6.    {
  7.       this.onEnterFrame = null;
  8.       this.gotoAndStop(2);
  9.    }
  10. };
  11.